UInt32NINumericUInt32NIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<UInt32N>.IsLessThan(
UInt32N value
)
Private Function IsLessThan (
value As UInt32N
) As Boolean Implements INumeric(Of UInt32N).IsLessThan
private:
virtual bool IsLessThan(
UInt32N value
) sealed = INumeric<UInt32N>::IsLessThan
private abstract IsLessThan :
value : UInt32N -> bool
private override IsLessThan :
value : UInt32N -> bool
- value UInt32N
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)